home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / win_e_h / hlptrix.zip / EMBWW.ZIP / EW.H < prev    next >
Text File  |  1992-05-22  |  341b  |  18 lines

  1. #define EWM_QUERYSIZE 0x706B
  2. #define EWM_RENDER 0x706A
  3. #define EWM_ASKPALETTE 0x706C
  4.  
  5. typedef struct {
  6.     RECT rc;
  7.     HDC hdc;
  8.     } RENDERINFO;
  9.  
  10. typedef struct {
  11.     short idMajVersion;
  12.     short idMinVersion;
  13.     LPSTR szFileName;
  14.     LPSTR szAuthorData;
  15.     HANDLE hfs;
  16.     DWORD coFore;
  17.     DWORD coBack;
  18.     } EWDATA;